翻訳と辞書
Words near each other
・ Parallel communication
・ Parallel compression
・ Parallel computation thesis
・ Parallel computing
・ Parallel constraint satisfaction processes
・ Parallel construction
・ Parallel coordinates
・ Parallel Creek
・ Parallel curve
・ Parallel database
・ Parallel Dimensions (album)
・ Parallel Dreams
・ Parallel education
・ Parallel Element Processing Ensemble
・ Parallel evolution
Parallel Extensions
・ Parallel fiber
・ Parallel Flaming
・ Parallel Galaxy
・ Parallel generation
・ Parallel harmony
・ Parallel History Project
・ Parallel Horizontal
・ Parallel I/O
・ Parallel import
・ Parallel importing in video games
・ Parallel Infrastructure
・ Parallel Intelligence Agency
・ Parallel key
・ Parallel Kingdom


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Parallel Extensions : ウィキペディア英語版
Parallel Extensions

Parallel Extensions was the development name for a managed concurrency library developed by a collaboration between Microsoft Research and the CLR team at Microsoft. The library was released in version 4.0 of the .NET Framework.〔(【引用サイトリンク】 What's New in the .NET Framework 4 )〕 It is composed of two parts: ''Parallel LINQ'' (PLINQ) and ''Task Parallel Library'' (TPL).〔(【引用サイトリンク】 Programming in the Age of Concurrency: Concurrent Programming with PFX )〕〔(【引用サイトリンク】 MSDN Magazine: Task Parallel Library )〕 It also consists of a set of ''coordination data structures'' (CDS) – sets of data structures used to synchronize and co-ordinate the execution of concurrent tasks.〔
==Parallel LINQ==

Parallel LINQ (PLINQ) LINQ, parallelizing the execution of queries on objects (LINQ to Objects) and XML data (LINQ to XML). PLINQ is intended for exposing data parallelism by use of queries.〔 Any computation on objects that has been implemented as queries can be parallelized by PLINQ. However, the objects need to impIParallelEnumerable interface, which is defined by PLINQ itself. Internally it uses TPL for execution.〔(【引用サイトリンク】 June 2008 CTP - Parallel Extensions to the .NET FX )〕〔(【引用サイトリンク】 More powerful aggregations in PLINQ )

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Parallel Extensions」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.